home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 112 / EnigmaAmiga112CD.iso / dalla rivista / awnpipe / awnp.readme < prev    next >
Text File  |  2000-05-18  |  3KB  |  75 lines

  1.  Why another pipe?
  2.  
  3.  AWNPipe: is more than a pipe. Along with the standard pipe features AWNPipe
  4. has other uses like duplication of a data stream, translating data, clipboard
  5. and tooltypes access, building-operating of ClassAct/Reaction GUIs and more.
  6. Please take a moment and browse the documentation once the installation is
  7. complete. You must run the install script first to be able to access the
  8. special AWNPipe.docs utility. An AmigaGuide and printable plain text version
  9. of the documentation is also included.
  10.  
  11.  A few of AWNPipe's abilities.
  12.  
  13.  o Pipe features are available from ANY language (C E Arexx ADOS Assembler)
  14.  o ADOS 3.5 compatible (usable under any ADOS 3.x)
  15.  o Pipes are non-blocking
  16.  o Automatic connection of a file to either end of the pipe (read/write)
  17.  o Multiple taps on a single pipe (write once read many)
  18.  o Automatic translation of special HTML characters
  19.  o Programmable character translation
  20.  o simple read and write of ALL clipboard units
  21.  o Programmable pattern match function.
  22.  o Tooltype query and setting for any icon
  23.  o Keystroke event generator
  24.  o Programmable keystroke event handler
  25.  o Complex pattern match function
  26.  o The AWNPipe archive contains many examples and tutorials
  27.  
  28.  o Advanced GUI creation and operation
  29.    - FAST and simple GUI prototyping
  30.    - simple single line definitions for ALL objects
  31.    - read ALL activities as simple text based events
  32.    - full window definition
  33.    - nested layouts
  34.    - bubble help
  35.    - iconification
  36.    - menus
  37.    - define and operate an Arexx host
  38.    - commodity definition and operation
  39.    - elastic modifiable GUIs
  40.    - labels
  41.    - text attributes
  42.    - button gadget
  43.    - string gadget
  44.    - chooser gadget
  45.    - radio button gadget
  46.    - integer gadget
  47.    - checkbox gadget
  48.    - clicktab/page gadget
  49.    - listbrowser gadget
  50.    - getfile (ASL or Reaction/CA)
  51.    - getfont
  52.    - animated buttons
  53.    - textfield gadget
  54.    - texteditor gadget
  55.    - fuel gauge gadget
  56.    - scroller gadget
  57.    - slider gadget
  58.    - weight bar
  59.    - drawlist image
  60.    - penmap image
  61.    - bitmap image
  62.    - glyph image
  63.    - and a lot more.
  64.    Note that AWNPipe GUI's require you have ADOS 3.5 or Class Act installed.
  65.  
  66.  o And much much more
  67.  
  68.  I hope that you will find that using AWNPipe will help you write better
  69. programs and write them faster. AWNPipe is designed to take care of many of
  70. the standard features that goes into a quality program. This lets you
  71. concentrate on your application specific code rather than all the other
  72. little details.
  73.  
  74. Bill
  75.